CommonEvent 1229
Name = "会話：ブルースライム"

  999([1229])
  ConditionalBranch([1, 20, 0, 1, 0])
    JumpToLabel(["情報"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 2, 0])
    JumpToLabel(["質問"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 3, 0])
    JumpToLabel(["要求"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 4, 0])
    JumpToLabel(["贈与"])
    Empty([])

  BranchEnd([])
  Label(["情報"])
  ControlVariables([13, 13, 0, 2, 1, 100])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
    ShowText(["\\n<Blue Slime>Red Slime is kind of hot..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
    ShowText(["\\n<Blue Slime>Green Slime is always energetic..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
    ShowText(["\\n<Blue Slime>Purple Slime is always having a hard time..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
    ShowText(["\\n<Blue Slime>I'm a good friend of the Jelly Girl.\nWe take walks together..."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
    ShowText(["\\n<Blue Slime>I hate humans who pollute the water..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 60, 2])
    ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
    ShowText(["\\n<Blue Slime>Go somewhere else..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 70, 2])
    ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
    ShowText(["\\n<Blue Slime>I don't like violent humans..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 80, 2])
    ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
    ShowText(["\\n<Blue Slime>Nyurunyuru I go..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 90, 2])
    ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
    ShowText(["\\n<Blue Slime>I love the water in this spring because it is so beautiful..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 100, 2])
    ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
    ShowText(["\\n<Blue Slime>I want to live peacefully..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["質問"])
  ControlVariables([13, 13, 0, 2, 1, 50])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
    ShowText(["\\n<Blue Slime>Is it true that the sea is blue...?"])
    ShowText([""])
    ShowChoices([["It's true", "False", "There is no sea"], 0])
    When([0, "本当"])
      ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
      ShowText(["\\n<Blue Slime>Then I am the same color as the sea...\nI'm glad..."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "嘘"])
      ShowTextAttributes(["slime_blue_fc1", 2, 0, 2])
      ShowText(["\\n<Blue Slime>Disappointing..."])
      ShowText([""])
      Empty([])

    When([2, "海なんてない"])
      ShowTextAttributes(["slime_blue_fc1", 2, 0, 2])
      ShowText(["\\n<Blue Slime>Liar..."])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
    ShowText(["\\n<Blue Slime>What does blue make you think of...?"])
    ShowText([""])
    ShowChoices([["Mysterious", "Sea color", "Dirty"], 0])
    When([0, "神秘的"])
      ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
      ShowText(["\\n<Blue Slime>I'm glad..."])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "海の色"])
      ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
      ShowText(["\\n<Blue Slime>I've never seen the sea.\nI'd like to see it..."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(5)"])
      Empty([])

    When([2, "汚い"])
      ShowTextAttributes(["slime_blue_fc1", 2, 0, 2])
      ShowText(["\\n<Blue Slime>Hate..."])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
    ShowText(["\\n<Blue Slime>If you take a walk, you'll arrive at an unfamiliar place... That's common, right?"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["It is", "It's not", "It is now"], 0])
    When([0, "ある"])
      ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
      ShowText(["\\n<Blue Slime>It's strange..."])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "ない"])
      ShowTextAttributes(["slime_blue_fc1", 2, 0, 2])
      ShowText(["\\n<Blue Slime>Really..."])
      ShowText([""])
      Empty([])

    When([2, "今がそうだ"])
      ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
      ShowText(["\\n<Blue Slime>Did you get lost here...?\nThen give up."])
      ShowText([""])
      ShowText([""])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
    ShowText(["\\n<Blue Slime>Which is more beautiful, the blue sky or the blue sea...?"])
    ShowText([""])
    ShowChoices([["Sky", "Sea", "You're more beautiful"], 0])
    When([0, "空"])
      ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
      ShowText(["\\n<Blue Slime>I see... The sky is beautiful."])
      ShowText([""])
      Script(["change_friend(5)"])
      Empty([])

    When([1, "海"])
      ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
      ShowText(["\\n<Blue Slime>I've never seen the sea.\nI'd like to see it..."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(5)"])
      Empty([])

    When([2, "君の方が綺麗"])
      ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
      ShowText(["\\n<Blue Slime>That makes me happy..."])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
    ShowText(["\\n<Blue Slime>Blue is good..."])
    ShowText([""])
    ShowChoices([["Good...", "No...", "Luka is good..."], 0])
    When([0, "いい……"])
      ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
      ShowText(["\\n<Blue Slime>............"])
      ShowText([""])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["You feel like you are able to communicate each other's feelings..."])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "いや……"])
      ShowTextAttributes(["slime_blue_fc1", 2, 0, 2])
      ShowText(["\\n<Blue Slime>............"])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    When([2, "ルカ、いいよね……"])
      ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
      ShowText(["\\n<Blue Slime>Good..."])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["要求"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 13, 0, 10, 2])
    ConditionalBranch([8, 343])
      ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
      ShowText(["\\n<Blue Slime>Does bread taste good...?"])
      ShowText([""])
      ControlVariables([24, 24, 0, 3, 0, 343, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give some \\ii[343]? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
        ShowText(["\\n<Blue Slime>I'm happy..."])
        ShowText([""])
        ChangeItems([343, 1, 0, 1])
        Script(["change_friend(20)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["slime_blue_fc1", 2, 0, 2])
        ShowText(["\\n<Blue Slime>I-I'm sorry..."])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 20])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ConditionalBranch([8, 71])
      ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
      ShowText(["\\n<Blue Slime>I want a water stone..."])
      ShowText([""])
      ControlVariables([24, 24, 0, 3, 0, 71, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give a \\ii[71]? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
        ShowText(["\\n<Blue Slime>I'm happy..."])
        ShowText([""])
        ChangeItems([71, 1, 0, 1])
        Script(["change_friend(30)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["slime_blue_fc1", 2, 0, 2])
        ShowText(["\\n<Blue Slime>I-I'm sorry..."])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 30])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
    ShowText(["\\n<Blue Slime>I want money..."])
    ShowText([""])
    ConditionalBranch([7, 435, 0])
      ControlVariables([24, 24, 0, 3, 7, 2, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give 435G? (Remaining:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
        ShowText(["\\n<Blue Slime>I'm happy..."])
        ShowText([""])
        ChangeGold([1, 0, 435])
        Script(["change_friend(25)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["slime_blue_fc1", 2, 0, 2])
        ShowText(["\\n<Blue Slime>I-I'm sorry..."])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ShowTextAttributes(["slime_blue_fc1", 2, 0, 2])
      ShowText(["\\n<Blue Slime>...You don't have any? Sorry..."])
      ShowText([""])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  Label(["贈与"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 25, 0, 1, 0])
    ControlVariables([13, 13, 0, 0, 30])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 25, 0, 2, 0])
    ControlVariables([13, 13, 0, 2, 1, 20])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
    ShowText(["\\n<Blue Slime>I'll give you my jelly..."])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([218, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Blue Slime gave you some \\ii[218]!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
    ShowText(["\\n<Blue Slime>I'll give you some holy water..."])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([19, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Blue Slime gave you some \\ii[19]!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["slime_blue_fc1", 0, 0, 2])
    ShowText(["\\n<Blue Slime>I'll give you money..."])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeGold([0, 0, 725])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Blue Slime gave you 725G!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Empty([])
